home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Technotools
/
Technotools (Chestnut CD-ROM)(1993).ISO
/
lang_c
/
bc_ti
/
ti715.asc
< prev
next >
Wrap
Text File
|
1992-02-24
|
823b
|
67 lines
PRODUCT : Borland C++ NUMBER : 715
VERSION : All
OS : DOS
DATE : February 25, 1992 PAGE : 1/1
TITLE : ERRORS: "Undefined symbol _WSPRINTF in module..."
"Undefined symbol _WSPRINTF in module..." errors can often be
eliminated by turning off the "Case-sensitive exports" and
"Case-sensitive link" options.
If you are using the command linker TLINKx, don't use the /c
switch.
If you are invoking the linker from the command line compiler
BCCx, use the -lc- switch.
If you are using the IDE, go to the linker options dialog box and
turn off case sensitive link (O|L|C) and case sensitive exports
(O|L|e).